home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / fireman.b11 < prev    next >
Text File  |  1995-07-02  |  284b  |  7 lines

  1. #define fireman_width 16
  2. #define fireman_height 16
  3. static char fireman_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  5.    0x00, 0x00, 0xee, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x7f, 0x0c, 0x1c,
  6.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  7.